home *** CD-ROM | disk | FTP | other *** search
- inherited frmChannel: TfrmChannel
- Width = 370
- Caption = 'frmChannel'
- FormStyle = fsNormal
- OldCreateOrder = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- inherited txtMsg: TRichEdit
- Width = 362
- end
- object ListBox1: TListBox [1]
- Left = 144
- Top = 32
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 1
- end
- inherited Panel1: TPanel
- Width = 362
- TabOrder = 2
- inherited txtChat: TRichEdit
- Width = 272
- end
- object lstUsers: TListBox
- Left = 272
- Top = 0
- Width = 90
- Height = 235
- Align = alRight
- ItemHeight = 13
- PopupMenu = pmChat
- TabOrder = 1
- end
- end
- object aclChat: TActionList
- Left = 280
- Top = 8
- object actPTP: TAction
- Caption = 'Private Chat'
- OnExecute = actPTPExecute
- end
- end
- object pmChat: TPopupMenu
- Left = 312
- Top = 8
- object PrivateChat1: TMenuItem
- Action = actPTP
- end
- end
- end
-